##############################################################
## MOD Title: Template Edit
## MOD Author: Fubonis < php@fubonis.com > (JW Frazier) http://www.fubonis.com
## MOD Author, Secondary: wGEric < eric@egcnetwork.com > (Eric) http://eric.best-1.biz
## MOD Traducion: reef_01 < http://www.piratesdelcaribe.com.ar/foro/portal.php > 
## MOD Description: Los admins podran editar las plantillas desde el ACP
## MOD Version: 1.1.0
##
## Installation Level: (Easy)
## Installation Time: 3 Minutes
## Files To Edit: langugage/lang_spanish/lang_admin.php
##     		      language/lang_english/lang_admin.php
## Included Files: - admin/admin_template.php,
##                 - templates/TU_TEMPLATE/admin/admin_template_edit.tpl,
##                 - templates/TU_TEMPLATE/admin/admin_template_select.tpl
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## 		  You will need to CHMOD the admin and all of the directories in your template folder
##      to either 666 or 777.  You will also need to CHMOD all of the files and directories inside
##      your themes folder.  This MOD will not work if you don't do this.
##
##############################################################
## MOD History:
##
##   2003-08-19 - 1.1.0
##              - Shows all files inside of the theme's directory that you choose.
##                Even inside directories inside your theme
##              - Fixed it so extra spaces weren't added
##              - Changed template files a little bit
##
##   ????-??-1?? - Version Alpha 1.0.0
##      	 - First Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

#
#-----[ COPY ]---------------------------------
#

copy admin_template.php to admin/admin_template.php
copy admin_template_edit.tpl to templates/TU_TEMPLATE/admin/admin_template_edit.tpl
copy admin_template_select.tpl to templates/TU_TEMPLATE/admin/admin_template_select.tpl

#
#-----[ OPEN ]---------------------------------
#
language/lang_spanish/lang_admin.php
#
#-----[ FIND ]---------------------------------
#
//
// That's all Folks!
#
#-----[ BEFORE, ADD ]--------------------------------
#
// Template Edit Mod
$lang['Template_Edit_Choose'] = 'Elegir la plantilla';
$lang['Template_Edit_No_Template'] = 'La Plantilla que elegiste no es un directorio vlido.';
$lang['Template_Edit_No_File'] = 'El archivo que elegiste no es un archivo vlido.';
$lang['Template_Edit'] = 'Editar la plantilla';
$lang['Template_Edit_No_Open'] = 'El archivo no puede ser abierto.';
$lang['Template_Edit_No_Write'] = 'El archivo no puede ser escrito.';
$lang['Template_Edit_Yes_Write'] = 'El archivo fue escrito con xito.';
$lang['Click_return_template_edit'] = 'Click %sAqui%s para volver al Editador de Plantilla';

#
#-----[ OPEN ]---------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ FIND ]---------------------------------
#
//
// That's all Folks!
#
#-----[ BEFORE, ADD ]--------------------------------
#
// Template Edit Mod
$lang['Template_Edit_Choose'] = 'Choose Template';
$lang['Template_Edit_No_Template'] = 'The template you chose is not a valid directory.';
$lang['Template_Edit_No_File'] = 'The file you chose is not a valid file.';
$lang['Template_Edit'] = 'Edit Template';
$lang['Template_Edit_No_Open'] = 'File could not be opened.';
$lang['Template_Edit_No_Write'] = 'File could not be written.';
$lang['Template_Edit_Yes_Write'] = 'File was written successfully.';
$lang['Click_return_template_edit'] = 'Click %shere%s to return to the template editor';

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
